Skip to content

fix(api): give Elemental nodes their properties in every SDK - #182

Merged
mikemilla merged 1 commit into
mainfrom
codegen
Aug 28, 2026
Merged

fix(api): give Elemental nodes their properties in every SDK#182
mikemilla merged 1 commit into
mainfrom
codegen

Conversation

@mikemilla

Copy link
Copy Markdown
Contributor

Regenerated SDK.

What changed in the API

No endpoints added or removed — this updates generated code only.

What changed in this SDK

45 files changed, 709 insertions(+), 148 deletions(-)

Files
 src/courier/types/shared/elemental_action_node_with_type.py     |  6 ++-
 src/courier/types/shared/elemental_channel_node.py              |  9 +---
 src/courier/types/shared/elemental_channel_node_with_type.py    |  9 +---
 src/courier/types/shared/elemental_divider_node.py              | 14 ++++++
 src/courier/types/shared/elemental_divider_node_with_type.py    |  6 ++-
 src/courier/types/shared/elemental_html_node.py                 | 26 ++++++++++++
 src/courier/types/shared/elemental_html_node_with_type.py       |  9 +++-
 src/courier/types/shared/elemental_image_node.py                | 38 +++++++++++++++++
 src/courier/types/shared/elemental_image_node_with_type.py      |  6 ++-
 src/courier/types/shared/elemental_meta_node.py                 | 19 +++++++++
 src/courier/types/shared/elemental_meta_node_with_type.py       |  8 +++-
 src/courier/types/shared/elemental_quote_node.py                | 47 ++++++++++++++++++++
 src/courier/types/shared/elemental_quote_node_with_type.py      |  6 ++-
 src/courier/types/shared/elemental_text_node.py                 | 64 ++++++++++++++++++++++++++++
 src/courier/types/shared/elemental_text_node_with_type.py       |  6 ++-
 src/courier/types/shared/locales.py                             | 15 +++++++
 src/courier/types/shared_params/__init__.py                     | 10 +++++
 src/courier/types/shared_params/alignment.py                    |  9 ++++
 src/courier/types/shared_params/elemental_action_node.py        | 60 ++++++++++++++++++++++++++
 .../types/shared_params/elemental_action_node_with_type.py      |  6 ++-
 src/courier/types/shared_params/elemental_channel_node.py       |  9 +---
 .../types/shared_params/elemental_channel_node_with_type.py     |  9 +---
 src/courier/types/shared_params/elemental_divider_node.py       | 16 +++++++
 .../types/shared_params/elemental_divider_node_with_type.py     |  6 ++-
 src/courier/types/shared_params/elemental_html_node.py          | 29 +++++++++++++
 .../types/shared_params/elemental_html_node_with_type.py        |  9 +++-
 src/courier/types/shared_params/elemental_image_node.py         | 40 +++++++++++++++++
 .../types/shared_params/elemental_image_node_with_type.py       |  6 ++-
 src/courier/types/shared_params/elemental_meta_node.py          | 21 +++++++++
 .../types/shared_params/elemental_meta_node_with_type.py        |  8 +++-
 src/courier/types/shared_params/elemental_quote_node.py         | 49 +++++++++++++++++++++
 .../types/shared_params/elemental_quote_node_with_type.py       |  6 ++-
 src/courier/types/shared_params/elemental_text_node.py          | 66 +++++++++++++++++++++++++++++
 .../types/shared_params/elemental_text_node_with_type.py        |  6 ++-
 src/courier/types/shared_params/locales.py                      | 15 +++++++
 src/courier/types/shared_params/text_style.py                   |  9 ++++
 tests/api_resources/journeys/test_templates.py                  | 40 ++---------------
 tests/api_resources/tenants/test_templates.py                   | 20 +--------
 tests/api_resources/test_broadcasts.py                          | 34 +--------------
 45 files changed, 709 insertions(+), 148 deletions(-)

This branch is rebuilt from main on every spec change and force-pushed, so it always reflects the latest generated output. Hand-written files in this repository are left untouched; anything under the generated surface is replaced on the next update, so fix the specification rather than editing here.

This PR is squash-merged automatically by the api-spec merge job, which then lets release-please open this SDK's release PR. Every type in release-please-config.json except test and ci is a non-hidden changelog section, so docs and chore cut a patch just as feat/fix do.

@mikemilla
mikemilla merged commit 3a22668 into main Aug 28, 2026
2 of 3 checks passed
@mikemilla
mikemilla deleted the codegen branch August 28, 2026 21:39
@mikemilla mikemilla mentioned this pull request Aug 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants